Autodesk.AutoCAD.DatabaseServices Namespace > PathRef Class > PathRef Constructor > PathRef(FullSubentityPath[], FullSubentityPath[]) Constructor
PathRef.PathRef(FullSubentityPath[], FullSubentityPath[]) Constructor   
Description

This wraps the ObjectARX AcDbPathRef::AcDbPathRef () method.

Visual Basic
Public Sub New(
    edgeSubentPathArr As FullSubentityPath[], 
    faceSubentPathArr As FullSubentityPath[]
)
C#
public PathRef(
    FullSubentityPath\[\] edgeSubentPathArr, 
    FullSubentityPath\[\] faceSubentPathArr
);
Links
   Comments?